WindowTitle.this

Creates a new AdwWindowTitle.

  1. this(AdwWindowTitle* adwWindowTitle, bool ownedRef)
  2. this(string title, string subtitle)
    class WindowTitle
    this
    (
    string title
    ,
    string subtitle
    )

Parameters

title string

a title

subtitle string

a subtitle

Return Value

the newly created AdwWindowTitle

Throws

ConstructionException GTK+ fails to create the object.

Meta